CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / HistorianConnectionsGetResponse Json Schema
In This Topic
    HistorianConnectionsGetResponse Json Schema
    In This Topic
    Description
    The results of the historian connections get query.
    Overview
    HistorianConnectionsGetResponse
    The results of the historian connections get query.
    HistorianConnections : Array[CimHistorianConnection]
    An array of the historian connections that satify the query criteria.
    ConnectonID : string
    The Id of historian connection.
    ServerName : string
    The server that the connection will connect to.
    Description : string
    The desciption of the connection.
    UserID : string
    The user ID the connection is made with.
    Passsword : string
    The password the connection is made with. This password will not be in get responses. It may be in create/update requests.
    UsesIdentity : boolean
    set it to true to specify user name and password.
    Properties
    NameDescriptionData Type
    An array of the historian connections that satify the query criteria.Array[CimHistorianConnection]
    See Also